跳到主要内容

HMIIframe

This widget can be used to embed URLs or HMIs

HMI Iframe

Settings

Widget title: Title for the widget.

Widget position: This is the position of the widget in the list on the dashboard.

Widget active: Shows the widget on the dashboard.

Code: For this part you can use this example but with your own URL. Afterwards you can play with the styling to make it to your liking.

[
{
"cardHeader": "Title",
"cardClass": "col-12",
"iframeClass": "w-100",
"iframeStyle": "height: 800px",
"iframeUrl": "[https://www.google.com](https://www.google.com)"
}
]
HMI Iframe settings